home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-27 | 577 b | 23 lines | [TEXT/MPS ] |
- /***********************************************************************/
- /*
- /* interpret.h
- /* by Atul Butte
- /* Copyright © 1989 by Microsoft Corporation
- /* All Rights Reserved
- /*
- /* version 1.0
- /*
- /*
- /* This module provides a routine which will interpret escape
- /* characters in place.
- /*
- /***********************************************************************/
-
- /***********************************************************************/
- /*
- /* P R O T O T Y P E S
- /*
- /***********************************************************************/
-
- OSErr interpret( char *pst );
-